* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: #FFF;
}

[v-cloak] {
	display: none;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}

div:focus {
	outline: none;
}

h1,
h2,
h3,
h4 {
	clear: both;
}

h1,
h2,
h3 {
	font-size: 14px;
	font-weight: 400;
}

a {
	color: #333;
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

li {
	list-style: none;
}

.el-input__inner {
	border-radius: 2px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #f2f2f2;
}

.el-form-item__label {
	/*font-size: 16px;*/
	color: #333333;
}

.el-dialog__body .el-form-item {
	/*margin-bottom: 5px !important;*/
}

.el-radio__inner {
	/*border: 1px solid #DCDFE6;*/
	/*width: 20px;*/
	/*height: 20px;*/
}

.el-radio__input.is-checked .el-radio__inner {
	/*border-color: #D92129;*/
	/*background: #FFF;*/

}

.el-radio__inner::after {
	/*width: 9px;*/
	/*height: 9px;*/
	/*background-color: #D92129;*/
}

.avatar-uploader .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.avatar-uploader .el-upload:hover {
	border-color: #409EFF;
}

.avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 178px;
	height: 178px;
	line-height: 178px;
	text-align: center;
}

.avatar {
	width: 178px;
	height: 178px;
	display: block;
}

.el-button {
	border-radius: 2px;
}

.ellipsis-1 {
	overflow: hidden;
	white-space: nowrap !important;
	text-overflow: ellipsis;
}

.ellipsis-2 {
	font-size: 14px;
	color: #4A4A4A;
	line-height: 22px;
	position: relative;
	height: 40px;

	overflow: hidden;
	/* white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important; */
}
.ellipsis-12:after{
	/*content: '...';*/
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	height: 1.5em;
	/*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(125, 125, 125, 1) 80%);*/
}
.ellipsis-3 {
	font-size: 14px;
	color: #4A4A4A;
	line-height: 22px;
	position: relative;
	height: 40px;

	overflow: hidden;
	/* white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box; */
}
.ellipsis-13:after{
	/*content: '...';*/
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	height: 1.5em;
}

.ellipsis-16:after{
	/*content: '...';*/
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	height: 1.5em;
}
.ellipsis-6 {
	font-size: 14px;
	color: #4A4A4A;
	line-height: 22px;
	position: relative;
	height: 40px;
	overflow: hidden;
}
.ellipsis-17:after{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	height: 1.5em;
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
	outline: 0;
}

#app {
	padding-top: 140px;
}

#app .center-content {
	/*min-height: calc(100vh - 268px);*/
	box-sizing: border-box;
}

.el-table {
	color: #333;
}

/*	二维码*/
.qr-code-dialog .el-dialog {
	width: 270px;
}

.qr-code-dialog .el-dialog__header {
	padding: 16px 20px 10px;
}

.qr-code-dialog .el-dialog__body {
	padding: 10px 20px;
}

.bd_weixin_popup {
	background: #fff;
	width: 215px;
	margin: auto;
}

.bd_weixin_popup .bd_weixin_popup_main {
	padding-bottom: 15px;
	height: 215px;
	_height: 215px;
}

.bd_weixin_popup .bd_weixin_popup_foot {
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	color: #666;
}

/**/
.el-menu-item.is-disabled {
	/*opacity: .25;*/
	cursor: text;
	/*background: 0 0 !important;*/
}